; Tweak recent NEWS and window.el docs.
authorBasil L. Contovounesios <basil@contovou.net>
Mon, 10 Jun 2024 05:29:38 +0000 (07:29 +0200)
committerBasil L. Contovounesios <basil@contovou.net>
Mon, 10 Jun 2024 07:32:55 +0000 (09:32 +0200)
etc/NEWS
lisp/window.el

index f4cb7c1a3c8e30ffed4b4fb870e9f4760d29ee81..75c26c031c225b1ea41fa79e7c537cdb94a624c8 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -129,7 +129,7 @@ to your init:
 ** The default process filter was rewritten in native code.
 The round-trip through the Lisp function
 'internal-default-process-filter' is skipped when the process filter is
-the default one. It's reimplemented in native code, reducing GC churn.
+the default one.  It's reimplemented in native code, reducing GC churn.
 
 To undo the change, set 'read-process-output-fast' to nil.
 
index 16aee6a306a0e540a0bc5bd109dc0c7367cb7c43..604b9868921492e31577b8208de2f4d83a45d9d6 100644 (file)
@@ -7852,14 +7852,14 @@ Action alist entries are:
  `some-window' -- This entry defines which window
     `display-buffer-use-some-window' should choose.  The possible choices
     are `lru' or nil (the default) to select the least recently used window,
-    and `mru' to select the most recently used window.  It can also be
-    function that takes two arguments: a buffer and an alist, and should
-    return the window where to display the buffer.  If the value is `lru',
-    it avoids selecting windows that are not full-width and windows on
-    another frame.  If the value is `mru', it does not consider the
-    selected window and windows on any frame but the selected one.
-    It's useful to customize `display-buffer-base-action' to
-    `(nil . ((some-window . mru))) when you want to display buffers in the
+    and `mru' to select the most recently used window.  It can also be a
+    function that takes two arguments: a buffer and an alist, and should
+    return the window in which to display the buffer.  If the value is
+    `lru', it avoids selecting windows that are not full-width and windows
+    on another frame.  If the value is `mru', it does not consider the
+    selected window and windows on any frame but the selected one.  It's
+    useful to customize `display-buffer-base-action' to
+    `(nil . ((some-window . mru)))' when you want to display buffers in the
     same non-selected window in a configuration with more than two windows.
  `body-function' -- A function called with one argument - the
     displayed window.  It is called after the buffer is